home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / PM9600.INC < prev    next >
Text File  |  1994-03-28  |  659b  |  35 lines

  1. ; Practical Peripherals 9600
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       AT&F&C1&D2&W
  8. ;
  9. ; NOTES: Set ALL dialing directory entries to 38400 baud
  10. ;
  11.  
  12. Baud          38400
  13. Parity        N
  14. WordLen       8
  15. StopBits      1
  16.  
  17. XonXoff       BOTH
  18. CtsRts        BOTH
  19. MatchBaud     FALSE
  20.  
  21. ModemInitStrg ATZ^M
  22. ModemDialStrg ATDT
  23. ModemDialSufx ^M
  24. ModemHangStrg ;
  25. DTRHangup     TRUE
  26.  
  27. Connect       CONNECT,38400
  28.  
  29. NoConnect     NO_DIAL_TONE
  30. NoConnect     NO_CARRIER
  31. NoConnect     BUSY
  32. NoConnect     VOICE
  33.  
  34.  
  35.